From: Simon Josefsson Date: Sat, 25 May 2002 23:16:00 +0000 (+0000) Subject: Fix :type of `fringe-mode' for last modification. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56968 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=255866b7ec7d31012e92fcbd3577c97c3858aa8f;p=emacs.git Fix :type of `fringe-mode' for last modification. --- diff --git a/lisp/fringe.el b/lisp/fringe.el index 5a4dce128c6..c7be27b061f 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -97,6 +97,7 @@ you can use the interactive function `toggle-fringe'" (const :tag "Only right" (0 . nil)) (const :tag "Only left" (nil . 0)) (const :tag "Half width" (5 . 5)) + (const :tag "Minimal" (1 . 1)) (integer :tag "Specific width") (cons :tag "Different left/right sizes" (integer :tag "Left width")